WOHyperlink


Synopsis

WOHyperlink{action=aMethod | href=aURL | pageName=aString; [string=aString;] [target=frameName;] [disabled=YES|NO;] ...};

Description

WOHyperlink generates a hypertext link in an HTML document.

action
The method to invoke when this element is activated.
href
The URL to direct the browser to when the image is clicked
string
Specifies the text displayed to the user as the link -- the text between <A> and </A>. Optional Field.
target
Specifies the frame in a frameset that will receive the page returned as a result of the user's click. Optional Field.
disabled
If evaluates to YES, the content string is displayed, but the hyperlink is not active.
pageName
Specifies the WebObjects page name to return when the link is clicked.

Examples